+2006-06-16 Matthias Clasens <mclasen@redhat.com>
+
+ * gtk/gtkprintoperation-unix.c: Mark the preview filename
+ as translatable (#345093, Christian Persch)
+
Fri Jun 16 11:49:53 2006 Tim Janik <timj@imendio.com>
* fixed #337882 by applying patches from Tommi Komulainen:
+2006-06-16 Matthias Clasens <mclasen@redhat.com>
+
+ * gtk/gtkprintoperation-unix.c: Mark the preview filename
+ as translatable (#345093, Christian Persch)
+
Fri Jun 16 11:49:53 2006 Tim Janik <timj@imendio.com>
* fixed #337882 by applying patches from Tommi Komulainen:
/* use temp dirs because apps like evince need to have extensions
* to determine the mime type
*/
- tmp_dir = mkdtemp(dir_template);
+ tmp_dir = mkdtemp (dir_template);
+ /* print preview pdf filename (please leave the trailing .pdf in place) */
preview_filename = g_build_filename (tmp_dir,
- "Print Preview.pdf",
- NULL);
+ _("Print Preview.pdf"),
+ NULL);
g_free (dir_template);
*target = preview_filename;